FirmwareIdentifier

Uniquely identifies a device firmware.

Constructors

Link copied to clipboard
constructor(@NonNull model: DeviceModel, @NonNull version: FirmwareVersion)
Constructor.

Functions

Link copied to clipboard
open fun equals(o: Any): Boolean
Link copied to clipboard
Retrieves the model of device onto which this firmware applies.
Link copied to clipboard
Retrieves this firmware version.
Link copied to clipboard
open fun hashCode(): Int
Link copied to clipboard
open fun toString(): String